#main-page {
    text-align: center;
    background-image: url(background111.jpg);
    background-repeat: repeat-y;
    background-position: auto;
}

.title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    display: inline;
    padding: 2px;
    background-color: white;
}

.images {
    height: 250px;
    width: 400px;
    border: 3px groove rgb(176, 175, 175);
}

.name {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 30px;
}

.name-1 {
    display: inline;
    padding: 2px;
    background-color: white;
}

.description {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    width: 380px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    background-color: white;
}